{
    "UrbanDataset" : {
        "context" : {
            "producer" : {
                "id" : "Solution-ID",
                "schemeID" : "SCPS"
            },
            "timeZone" : "UTC+1",
            "timestamp" : "2026-04-28T17:45:46",
            "coordinates" : {
                "format" : "WGS84-DD",
                "latitude" : 0.0,
                "longitude" : 0.0,
                "height" : 0.0
            },
            "language" : "IT",
            "note" : ""
        },
        "specification" : {
            "version" : "2.0",
            "id" : {
                "value" : "HealthMonitoring-2.0",
                "schemeID" : "SCPS"
            },
            "name" : "Health Monitoring",
            "uri" : "https://smartcityplatform.enea.it/specification/semantic/2.0/ontology/scps-ontology-2.0.owl#HealthMonitoring",
            "properties" : {
                "propertyDefinition" : [
                    {
                        "propertyName" : "BloodOxygenLevel",
                        "propertyDescription" : "Livello di saturazione di ossigeno nel sangue (SpO2), ovvero la quantita' di ossigeno presente nel sangue rispetto alla piena capacita' (100 percento)",
                        "dataType" : "double",
                        "unitOfMeasure" : "percent"
                    },
                    {
                        "propertyName" : "HeartRate",
                        "propertyDescription" : "Frequenza cardiaca, ovvero la velocita' delle contrazioni o pulsazioni del cuore misurate in numero di battiti al minuto",
                        "dataType" : "integer",
                        "unitOfMeasure" : "beatsperminute"
                    },
                    {
                        "propertyName" : "SensorID",
                        "propertyDescription" : "Identificativo univoco del sensore, per es. il serial number, il mac address",
                        "dataType" : "string",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "SkinTemperature",
                        "propertyDescription" : "Temperatura cutanea, ovvero la temperatura della superficie esterna del corpo",
                        "dataType" : "double",
                        "unitOfMeasure" : "degreeCelsius"
                    },
                    {
                        "propertyName" : "timestamp",
                        "propertyDescription" : "Marca temporale",
                        "dataType" : "dateTime",
                        "unitOfMeasure" : "dimensionless"
                    }
                ]
            }
        },
        "values" : {
            "line" : [
                {
                    "id" : 1,
                    "timestamp" : "1000-12-31T00:00:00",
                    "property" : [
                        {
                            "name" : "BloodOxygenLevel",
                            "val" : " "
                        },
                        {
                            "name" : "HeartRate",
                            "val" : " "
                        },
                        {
                            "name" : "SensorID",
                            "val" : " "
                        },
                        {
                            "name" : "SkinTemperature",
                            "val" : " "
                        }
                    ]
                }
            ]
        }
    }
}